ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientView<T> Class / IsLoading Property

In This Topic
    IsLoading Property
    In This Topic
    Gets a value indicating whether the client view is being loaded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLoading As System.Boolean
    public System.bool IsLoading {get;}
    See Also